XCO installer supports packet and fabric suites for server-based single node deployment. The following table provides commands for silent installation:
Note
Operation | Commands |
---|---|
Installation of packet suite | $source deployment.sh -i no --deploy-suite packet |
Installation of fabric suite | $source deployment.sh -i no --deploy-suite fabric |
Installation of fabric suite with additional management IP | $source deployment.sh -i no --deploy-suite fabric --sub-intfname intf200 --sub-vlanid 200 --cidr 1.2.3.4/20 |
Uninstallation | $source deployment.sh -i no -o undeploy |